home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tel2305s.zip / TELNET.BAT < prev    next >
DOS Batch File  |  1991-08-19  |  135b  |  9 lines

  1. @echo off
  2. if .%1 == . goto defh
  3. telbin -h config.tel %1 %2 %3 %4 %5 %6
  4. goto exith
  5. :defh
  6. telbin -h config.tel void
  7. :exith
  8. echo.
  9.